can anybody tell me how to display the youtube video on my site ?? I have copy the link into the content body. but only there is a link showing there. no video... please help.

Thank you very much.

Comments

Zoologie.de’s picture

Example: http://www.zoologie.de/grzimek/node/353

You just need to switch to full HTML to get embedded videos.

Did you copy the embedded code or the link? You need to copy the embedded code otherwise it's just a link ;)

fuzzy_texan’s picture

Try http://drupal.org/project/googtube

It automatically embeds youtube or google video links.

subrata-2’s picture

using

tag can solve your problem. For example: Use <> and /> for start and end: start object width="425" height="350" start param name="movie" value="http://www.youtube.com/v/gquUW1u-BN0" end param tag start param name="wmode" value="transparent" end param tag start embed src="http://www.youtube.com/v/gquUW1u-BN0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" end embed tag end object tag Subrata Das Tekriti Software
blavish’s picture

Hey instead of using the html setting by filters use the php setting. Works for me.

Anonymous’s picture

If you want a few more options then you could also try the Video CCK module. Or you can look at the two methods I used in my recent screencast.

http://learn.awakenedvoice.com/2007/06/11/embedding-video-in-drupal/

Rob Safuto
Social Media Services
http://www.awakenedvoice.com

freelylw’s picture

hi, i just copy the embed code into the post and then select the full html. the video is showing ok on the full post.

but the problam is there is nothing showing on the teaser. only white frame....what's wrong with this ???

thank you very much.

freelylw’s picture

solved. just set unlimited for the lengh of the post is ok.